ComponentOne Bitmap for UWP
QueryInterface<T>() Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > ComObject Class > QueryInterface Method : QueryInterface<T>() Method
The type of the COM interface to query
Query this instance for a particular COM interface support.
Syntax
'Declaration
 
Public Overloads Overridable Function QueryInterface(Of T As ComObject)() As T
public virtual T QueryInterface<T>()
where T: ComObject

Type Parameters

T
The type of the COM interface to query

Return Value

An instance of the queried interface
See Also

Reference

ComObject Class
ComObject Members
Overload List